home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / File Access Examples 1.0 / READ ME < prev    next >
Encoding:
Text File  |  1994-10-25  |  1.5 KB  |  28 lines  |  [TEXT/stxt]

  1. File Access & Volume Scanning 1.0
  2.  
  3. Hi,
  4.  
  5. Included in this project are some routines dealing with file access and volume scanning.
  6.  
  7. • FileRoutines.c
  8.  
  9. Contains routines that allow files to be treated as groups of numbered records. It contains routines to read and write byte, short int,long int and larger sized records easily just by specifying the file reference number, record number, and value.
  10.  
  11. • Scanner.c
  12.  
  13. Contains routines that allow you to scan recursively through all the files and folders on one or more volumes, taking some action for each file or folder found.
  14.  
  15. • Opening&ClosingFiles.txt
  16.  
  17. Contains comments and instructions on using the Standard File Package and opening and closing Macintosh files.
  18.  
  19. • Sample application and project file
  20.  
  21. Also, there is a Think Project Manager project (v7) that will create the sample application (also included). The sample application demonstrates some of the included routines by scanning all mounted volumes and creating a list of folders on all mounted volumes in a TeachText file.
  22.  
  23. This source code is Copyright 1994 by Ken Worley. All Rights Reserved. You may use this code however you wish without any obligation to me. However, if you redistribute this source code unchanged, you must acknowledge this copyright by including this document. If you redistribute this source code after you've modified it, you must acknowledge that it was derived from this work.
  24.  
  25. Ken Worley (KNEworley on AOL or eWorld)
  26. Apt Ideas Software
  27.  
  28. (internet: KNEworley@eworld.com)